home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETRASS.IN_ / netrass.inf
Encoding:
INI File  |  2003-06-19  |  33.7 KB  |  560 lines

  1. ; NETRASS.INX -- RAS Services
  2. ;
  3. ; Copyright (c) 1993-1999, Microsoft Corporation
  4.  
  5. [version]
  6. Signature   = "$Windows NT$"
  7. Class       = NetService
  8. ClassGUID   = {4d36e974-e325-11ce-bfc1-08002be10318}
  9. Provider    = %Msft%
  10. LayoutFile  = layout.inf
  11. DriverVer=03/03/2003,5.00.2195.6675
  12.  
  13. [ControlFlags]
  14. ExcludeFromSelect = MS_RasCli,MS_RasMan,MS_RasSrv,MS_RasRtr,MS_Steelhead
  15.  
  16. [Manufacturer]
  17. %Msft% = Msft
  18.  
  19. [Msft]
  20. ; DisplayName          Section        DeviceID
  21. ; -----------          -------        --------
  22. %RasCli-DispName%    = Ndi-RasCli,    "MS_RasCli"
  23. %RasMan-DispName%    = Ndi-RasMan,    "MS_RasMan"
  24. %RasSrv-DispName%    = Ndi-RasSrv,    "MS_RasSrv"
  25. %Steelhead-DispName% = Ndi-Steelhead, "MS_Steelhead"
  26.  
  27. [Ndi-RasCli]
  28. Characteristics = 0x38    ; NCF_HIDDEN | NCF_NO_SERVICE | NCF_NOT_USER_REMOVABLE
  29. AddReg          = Ndi-Reg-RasCli, Ndi-Reg-Cmmgr
  30. ProfileItems    = Ndi-RasCli.Shortcut
  31.  
  32. [Ndi-RasMan]
  33. Characteristics = 0x28    ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  34. AddReg          = Ndi-Reg-RasMan
  35.  
  36. [Ndi-RasSrv]
  37. Characteristics = 0x38    ; NCF_HIDDEN | NCF_NO_SERVICE | NCF_NOT_USER_REMOVABLE
  38. AddReg          = Ndi-Reg-RasSrv
  39.  
  40. [Ndi-Steelhead]
  41. Characteristics = 0x28    ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  42. AddReg          = Ndi-Reg-Steelhead, Reg-Steelhead, Reg-Steelhead-EventLogs
  43. RegisterDlls    = Perf-RemoteAccess-Load
  44.  
  45. [Ndi-Reg-RasCli]
  46. HKR, Ndi,            ClsID,         0, "{6e65cbc0-926d-11d0-8e27-00c04fc99dcf}"
  47. HKR, Ndi\Interfaces, UpperRange,    0, "noupper"
  48. HKR, Ndi\Interfaces, LowerRange,    0, "nolower"
  49.  
  50. [Ndi-Reg-RasMan]
  51. HKR, Ndi,            Service,       0, "RasMan"
  52. HKR, Ndi,            CoServices,    0x00010000, "RasAcd","RasAuto"
  53. HKR, Ndi,            ExcludeSetupStartServices, 0x00010000, "RasAcd","RasAuto"
  54. HKR, Ndi\Interfaces, UpperRange,    0, "noupper"
  55. HKR, Ndi\Interfaces, LowerRange,    0, "nolower"
  56.  
  57. [Ndi-Reg-RasSrv]
  58. HKR, Ndi,            ClsID,         0, "{6e65cbc1-926d-11d0-8e27-00c04fc99dcf}"
  59. HKR, Ndi\Interfaces, UpperRange,    0, "noupper"
  60. HKR, Ndi\Interfaces, LowerRange,    0, "nolower"
  61.  
  62. [Ndi-Reg-Steelhead]
  63. HKR, Ndi,            ClsID,         0, "{6e65cbc5-926d-11d0-8e27-00c04fc99dcf}"
  64. HKR, Ndi,            Service,       0, "RemoteAccess"
  65. HKR, Ndi,            CoServices,    0x00010000, "RemoteAccess"
  66. HKR, Ndi,            ExcludeSetupStartServices, 0x00010000, "RemoteAccess"
  67. HKR, Ndi\Interfaces, UpperRange,    0, "noupper"
  68. HKR, Ndi\Interfaces, LowerRange,    0, "nolower"
  69.  
  70. [Ndi-Reg-Cmmgr]
  71. HKLM, "Software\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe", "", 0, "%11%\cmmgr32.exe"
  72. HKLM, "Software\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe", "Path", 0, "%11%"
  73. HKLM, "Software\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe", "CmstpExtensionDll", 0, "%11%\cmcfg32.dll"
  74. HKLM, "Software\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe", "CMInternalVersion", 0, "1.2"
  75. HKLM, "Software\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe", "CmNative", 0x10001, 0x1
  76. HKCR, "%CmDefaultCmdKeyName%", "", 0, "%CmDefaultCmdKeyName%"
  77. HKCR, "%CmDefaultCmdKeyName%\DefaultIcon", "", 0, "%11%\CMMGR32.EXE,1"
  78. HKCR, "%CmDefaultCmdKeyName%\shell\open\command", "", 0, "%11%\CMMGR32.EXE ""%1"""
  79. HKCR, "%CmDefaultCmdKeyName%\shell\Settings...\command", "", 0, "%11%\CMMGR32.EXE /settings ""%1"""
  80.  
  81.  
  82. [Ndi-Steelhead.Remove]
  83. DelReg          = Reg-Steelhead, Reg-Steelhead-EventLogs
  84. RegisterDlls    = Perf-RemoteAccess-Unload
  85.  
  86. ; Shortcut goodies
  87. ;
  88.  
  89. ; This adds a shortcut to the network connections folder under
  90. ; Start/Programs/Accessories/Communications
  91. ;
  92. [Ndi-RasCli.Shortcut]
  93. Name        = %ConnFolderName%
  94. SubDir      = %ConnFolderSubDir%
  95. CmdLine     = 10,,"explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{7007acc7-3202-11d1-aad2-00805fc1270e}"
  96. IconPath    = 11,,netshell.dll
  97. IconIndex   = 0
  98. Infotip     = %ConnFolderTip%
  99.  
  100. ; Administrative Tools shortcut
  101. ;
  102.  
  103.  
  104.  
  105.  
  106.  
  107. ;-------------------------------------------------------------------------
  108. ; [Services] sections.
  109. ;   0x10 = SPSVCINST_NOCLOBBER_STARTTYPE
  110. ;-------------------------------------------------------------------------
  111.  
  112. [Ndi-RasMan.Services]
  113. AddService = RasAcd,            0,    Svc-RasAcd
  114. AddService = RasAuto,           0x10, Svc-RasAuto,      Evt-Rasmsg
  115. AddService = RasMan,            0,    Svc-RasMan,       Evt-Rasmsg
  116.  
  117. [Ndi-Steelhead.Services]
  118. AddService = RemoteAccess,      0x10, Svc-RemoteAccess, Evt-RemoteAccess
  119. AddService = IpFilterDriver,    0x10, Svc-IpFilter
  120. AddService = IpInIp,            0,    Svc-IpInIp
  121. AddService = IpNat,             0,    Svc-IpNat
  122. AddService = NwlnkFlt,          0,    Svc-IpxFilter
  123. AddService = NwlnkFwd,          0,    Svc-IpxForwarder
  124. AddService = SharedAccess,      0x10, Svc-SharedAccess
  125.  
  126.  
  127. [Ndi-RasMan.Remove.Services]
  128. DelService = RasAcd
  129. DelService = RasAuto
  130. DelService = RasMan
  131.  
  132. [Ndi-Steelhead.Remove.Services]
  133. DelService = RemoteAccess
  134. DelService = IpFilterDriver
  135. DelService = IpInIp
  136. DelService = IpNat
  137. DelService = NwlnkFlt
  138. DelService = NwlnkFwd
  139. DelService = SharedAccess
  140.  
  141.  
  142. ;-------------------------------------------------------------------------
  143. ; [Service Install] sections.
  144. ;-------------------------------------------------------------------------
  145.  
  146. ; rasacd is a member of "Streams Drivers" (and is auto start) so that
  147. ; the SCM will start it before starting any other transports.
  148. ; (Other transports are members of TDI or PNP_TDI which come after
  149. ; Streams Drivers in HKLM\System\CurrentControlSet\Control\ServiceGroupOrder)
  150. ;
  151. [Svc-RasAcd]
  152. DisplayName     = %Svc-RasAcd-DispName%
  153. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  154. StartType       = 1 ;SERVICE_SYSTEM_START
  155. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  156. ServiceBinary   = %12%\rasacd.sys
  157. LoadOrderGroup  = "Streams Drivers"
  158. Description     = %Svc-RasAcd-DispName%
  159.  
  160. [Svc-RasAuto]
  161. DisplayName     = %Svc-RasAuto-DispName%
  162. ServiceType     = 0x120 ;SERVICE_INTERACTIVE_PROCESS | SERVICE_WIN32_SHARE_PROCESS
  163. StartType       = 3 ;SERVICE_DEMAND_START
  164. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  165. ServiceBinary   = %11%\svchost.exe -k netsvcs
  166. Dependencies    = RasMan,Tapisrv
  167. AddReg          = Reg-RasAuto-Params
  168. Description     = %Svc-RasAuto-Description%
  169.  
  170. [Reg-RasAuto-Params]
  171. HKR, Parameters, ServiceDll, 0x00020000, "%%SystemRoot%%\System32\rasauto.dll"
  172.  
  173. ; RasMan Service Security:
  174. ; allow Authenticated Users to query/start service
  175. ;       Power Users to query/start/stop/pause service
  176. ;       Administrators full control
  177. [Svc-RasMan]
  178. DisplayName     = %Svc-RasMan-DispName%
  179. ServiceType     = 0x120 ;SERVICE_INTERACTIVE_PROCESS | SERVICE_WIN32_SHARE_PROCESS
  180. StartType       = 3 ;SERVICE_DEMAND_START
  181. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  182. ServiceBinary   = %11%\svchost.exe -k netsvcs
  183. Dependencies    = Tapisrv
  184. AddReg          = Reg-RasMan-Params
  185. Description     = %Svc-RasMan-Description%
  186. Security        = "D:(A;;0x2019D;;;AU)(A;;0x201FD;;;PU)(A;;0xF01FF;;;BA)"
  187.  
  188. [Reg-RasMan-Params]
  189. HKR, Parameters,                    Medias,                 0x00010000, "rastapi"
  190. HKR, Parameters,                    ServiceDll,             0x00020000, "%%SystemRoot%%\System32\rasmans.dll"
  191. HKR, PPP,                           MaxConfigure,           0x00010003, 10
  192. HKR, PPP,                           MaxFailure,             0x00010003, 10
  193. HKR, PPP,                           MaxReject,              0x00010003, 5
  194. HKR, PPP,                           MaxTerminate,           0x00010003, 2
  195. HKR, PPP,                           Multilink,              0x00010003, 0
  196. HKR, PPP,                           NegotiateTime,          0x00010003, 150
  197. HKR, PPP,                           RestartTimer,           0x00010003, 3
  198. HKR, PPP\ControlProtocols\BuiltIn,  Path,                   0x00020000, "%%SystemRoot%%\System32\rasppp.dll"
  199. HKR, PPP\ControlProtocols\Chap,     Path,                   0x00020000, "%%SystemRoot%%\System32\raschap.dll"
  200. HKR, PPP\EAP,                       Path,                   0x00020000, "%%SystemRoot%%\System32\rasppp.dll"
  201. HKR, PPP\EAP\4,                     FriendlyName,           0,          %Chap-DispName%
  202. HKR, PPP\EAP\4,                     Path,                   0x00020000, "%%SystemRoot%%\System32\raschap.dll"
  203. HKR, PPP\EAP\4,                     InvokeUsernameDialog,   0x00010003, 1
  204. HKR, PPP\EAP\4,                     InvokePasswordDialog,   0x00010003, 1
  205. HKR, PPP\EAP\4,                     RolesSupported,         0x00010003, 11
  206. HKR, PPP\EAP\13,                    FriendlyName,           0,          %Eap-DispName%
  207. HKR, PPP\EAP\13,                    Path,                   0x00020000, "%%SystemRoot%%\System32\rastls.dll"
  208. HKR, PPP\EAP\13,                    ConfigUiPath,           0x00020000, "%%SystemRoot%%\System32\rastls.dll"
  209. HKR, PPP\EAP\13,                    IdentityPath,           0x00020000, "%%SystemRoot%%\System32\rastls.dll"
  210. HKR, PPP\EAP\13,                    InteractiveUIPath,      0x00020000, "%%SystemRoot%%\System32\rastls.dll"
  211. HKR, PPP\EAP\13,                    InvokeUsernameDialog,   0x00010003, 0
  212. HKR, PPP\EAP\13,                    InvokePasswordDialog,   0x00010003, 0
  213. HKR, PPP\EAP\13,                    MPPEEncryptionSupported,0x00010003, 1
  214. HKR, PPP\EAP\13,                    ConfigCLSID,            0,          {58AB2366-D597-11d1-B90E-00C04FC9B263}
  215. HKR, PPP\EAP\13,                    StandaloneSupported,    0x00010003, 0
  216. HKR, PPP\EAP\13,                    NoRootRevocationCheck,  0x00010003, 1
  217. HKR, PPP\EAP\13,                    RolesSupported,         0x00010003, 3
  218.  
  219. ;************************
  220. ;PEAP Reg Keys
  221. ;************************
  222. HKR, PPP\EAP\25,                    FriendlyName,           0,          %PEAP-DispName%
  223. HKR, PPP\EAP\25,                    Path,                   0x00020000, "%%SystemRoot%%\System32\rastls.dll"
  224. HKR, PPP\EAP\25,                    ConfigUiPath,           0x00020000, "%%SystemRoot%%\System32\rastls.dll"
  225. HKR, PPP\EAP\25,                    IdentityPath,           0x00020000, "%%SystemRoot%%\System32\rastls.dll"
  226. HKR, PPP\EAP\25,                    InteractiveUIPath,      0x00020000, "%%SystemRoot%%\System32\rastls.dll"
  227. HKR, PPP\EAP\25,                    InvokeUsernameDialog,   0x00010003, 0
  228. HKR, PPP\EAP\25,                    InvokePasswordDialog,   0x00010003, 0
  229. HKR, PPP\EAP\25,                    MPPEEncryptionSupported,0x00010003, 1
  230. HKR, PPP\EAP\25,                    ConfigCLSID,            0,          {58AB2366-D597-11d1-B90E-00C04FC9B263}
  231. HKR, PPP\EAP\25,                    StandaloneSupported,    0x00010003, 1
  232. HKR, PPP\EAP\25,                    NoRootRevocationCheck,  0x00010003, 1
  233. HKR, PPP\EAP\25,                    RolesSupported ,        0x00010003, 19
  234.  
  235. ;************************
  236. ;EAP MSCHAP Reg Keys
  237. ;************************
  238. HKR, PPP\EAP\26,                    FriendlyName,           0,          %EAPMSCHAP-DispName%
  239. HKR, PPP\EAP\26,                    Path,                   0x00020000, "%%SystemRoot%%\System32\raschap.dll"
  240. HKR, PPP\EAP\26,                    ConfigUiPath,           0x00020000, "%%SystemRoot%%\System32\raschap.dll"
  241. HKR, PPP\EAP\26,                    IdentityPath,           0x00020000, "%%SystemRoot%%\System32\raschap.dll"
  242. HKR, PPP\EAP\26,                    InteractiveUIPath,      0x00020000, "%%SystemRoot%%\System32\raschap.dll"
  243. HKR, PPP\EAP\26,                    InvokeUsernameDialog,   0x00010003, 0
  244. HKR, PPP\EAP\26,                    InvokePasswordDialog,   0x00010003, 0
  245. HKR, PPP\EAP\26,                    MPPEEncryptionSupported,0x00010003, 1
  246. HKR, PPP\EAP\26,                    ConfigCLSID,            0,          {2af6bcaa-f526-4803-aeb8-5777ce386647}
  247. HKR, PPP\EAP\26,                    StandaloneSupported,    0x00010003, 1
  248. HKR, PPP\EAP\26,                    RolesSupported ,        0x00010003, 23
  249.  
  250.  
  251.  
  252. [Svc-RemoteAccess]
  253. DisplayName     = %Svc-RemoteAccess-DispName%
  254. ServiceType     = 0x120 ;SERVICE_INTERACTIVE_PROCESS | SERVICE_WIN32_SHARE_PROCESS
  255. StartType       = 4 ;SERVICE_DISABLED
  256. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  257. ServiceBinary   = %11%\svchost.exe -k netsvcs
  258. ;
  259. ; The dependancy on RpcSs is because this service may be set to auto-start
  260. ; and it runs in an instance of Svchost that needs to call
  261. ; CoInitailizeSecurity on behalf of the entire process.
  262. ; This call (made by svchost) will not succeed unless RpcSs is running.
  263. ;
  264. Dependencies    = +NetBIOSGroup,RpcSS
  265. AddReg          = Reg-RemoteAccess-Params
  266. Description     = %Svc-RemoteAccess-Description%
  267.  
  268. [Svc-IpFilter]
  269. DisplayName     = %Svc-IpFilter-DispName%
  270. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  271. StartType       = 3 ;SERVICE_DEMAND_START
  272. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  273. ServiceBinary   = %12%\ipfltdrv.sys
  274. Dependencies    = Tcpip
  275. Description     = %Svc-IpFilter-DispName%
  276.  
  277. [Svc-IpInIp]
  278. DisplayName     = %Svc-IpInIp-DispName%
  279. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  280. StartType       = 3 ;SERVICE_DEMAND_START
  281. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  282. ServiceBinary   = %12%\ipinip.sys
  283. Dependencies    = Tcpip
  284. Description     = %Svc-IpInIp-DispName%
  285.  
  286. [Svc-IpNat]
  287. DisplayName     = %Svc-IpNat-DispName%
  288. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  289. StartType       = 3 ;SERVICE_DEMAND_START
  290. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  291. ServiceBinary   = %12%\ipnat.sys
  292. Dependencies    = Tcpip
  293. Description     = %Svc-IpNat-DispName%
  294.  
  295. [Svc-IpxFilter]
  296. DisplayName     = %Svc-IpxFilter-DispName%
  297. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  298. StartType       = 3 ;SERVICE_DEMAND_START
  299. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  300. ServiceBinary   = %12%\nwlnkflt.sys
  301. Dependencies    = NwlnkFwd
  302. Description     = %Svc-IpxFilter-DispName%
  303.  
  304. [Svc-IpxForwarder]
  305. DisplayName     = %Svc-IpxForwarder-DispName%
  306. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  307. StartType       = 3 ;SERVICE_DEMAND_START
  308. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  309. ServiceBinary   = %12%\nwlnkfwd.sys
  310. Description     = %Svc-IpxForwarder-DispName%
  311.  
  312. [Svc-SharedAccess]
  313. DisplayName     = %Svc-SharedAccess-DispName%
  314. ServiceType     = 0x120 ;SERVICE_INTERACTIVE_PROCESS | SERVICE_WIN32_SHARE_PROCESS
  315. StartType       = 3 ;SERVICE_DEMAND_START
  316. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  317. ServiceBinary   = %11%\svchost.exe -k netsvcs
  318. Dependencies    = RasMan
  319. AddReg          = Reg-SharedAccess-Params
  320. Description     = %Svc-SharedAccess-Description%
  321.  
  322. [Reg-SharedAccess-Params]
  323. HKR, Parameters, ServiceDll, 0x00020000, "%%SystemRoot%%\System32\ipnathlp.dll"
  324.  
  325. ;-------------------------------------------------------------------------
  326. ; [Performance Counters] sections.
  327. ;-------------------------------------------------------------------------
  328. [Perf-RemoteAccess-Load]
  329. 11,, lodctr.exe, 1,,"rasctrs.ini"
  330.  
  331. [Perf-RemoteAccess-Unload]
  332. 11,, unlodctr.exe, 1,,"RemoteAccess"
  333.  
  334.  
  335. ;-------------------------------------------------------------------------
  336. ; [Event Log] sections.
  337. ;-------------------------------------------------------------------------
  338.  
  339. [Evt-Rasmsg]
  340. AddReg = Evt-Rasmsg-AddReg
  341.  
  342. [Evt-Rasmsg-AddReg]
  343. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  344. HKR,, TypesSupported,   0x00010001, 0x0000001f
  345.  
  346. [Evt-RemoteAccess]
  347. AddReg = Evt-RemoteAccess-AddReg
  348.  
  349. [Evt-RemoteAccess-AddReg]
  350. HKR,, EventMessageFile,     0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  351. HKR,, ParameterMessageFile, 0x00020000, "%%SystemRoot%%\System32\iassvcs.dll"
  352. HKR,, TypesSupported,       0x00010001, 0x0000001f
  353.  
  354.  
  355. ; These event logs are explicitley AddReg'd by [Ndi-Steelhead].  They
  356. ; don't have associated services, so they can't be added using an
  357. ; [Event Log] section.
  358. ;
  359. [Reg-Steelhead-EventLogs]
  360. HKLM, System\CurrentControlSet\Services\EventLog\System\IPBOOTP,           EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\ipbootp.dll"
  361. HKLM, System\CurrentControlSet\Services\EventLog\System\IPBOOTP,           TypesSupported,   0x00010001, 0x00000007
  362. HKLM, System\CurrentControlSet\Services\EventLog\System\IPNATHLP,          EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\ipnathlp.dll"
  363. HKLM, System\CurrentControlSet\Services\EventLog\System\IPNATHLP,          TypesSupported,   0x00010001, 0x00000007
  364. HKLM, System\CurrentControlSet\Services\EventLog\System\IPRIP2,            EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\iprip2.dll"
  365. HKLM, System\CurrentControlSet\Services\EventLog\System\IPRIP2,            TypesSupported,   0x00010001, 0x00000007
  366. HKLM, System\CurrentControlSet\Services\EventLog\System\IPRouterManager,   EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  367. HKLM, System\CurrentControlSet\Services\EventLog\System\IPRouterManager,   TypesSupported,   0x00010001, 0x00000007
  368. HKLM, System\CurrentControlSet\Services\EventLog\System\IPXCP,             EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  369. HKLM, System\CurrentControlSet\Services\EventLog\System\IPXCP,             TypesSupported,   0x00010001, 0x00000007
  370. HKLM, System\CurrentControlSet\Services\EventLog\System\IPXRIP,            EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  371. HKLM, System\CurrentControlSet\Services\EventLog\System\IPXRIP,            TypesSupported,   0x00010001, 0x00000007
  372. HKLM, System\CurrentControlSet\Services\EventLog\System\IPXRouterManager,  EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  373. HKLM, System\CurrentControlSet\Services\EventLog\System\IPXRouterManager,  TypesSupported,   0x00010001, 0x00000007
  374. HKLM, System\CurrentControlSet\Services\EventLog\System\IPXSAP,            EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  375. HKLM, System\CurrentControlSet\Services\EventLog\System\IPXSAP,            TypesSupported,   0x00010001, 0x00000007
  376. HKLM, System\CurrentControlSet\Services\EventLog\System\OSPF,              EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\ospf.dll"
  377. HKLM, System\CurrentControlSet\Services\EventLog\System\OSPF,              TypesSupported,   0x00010001, 0x00000007
  378. HKLM, System\CurrentControlSet\Services\EventLog\System\OSPFMib,           EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\ospfmib.dll"
  379. HKLM, System\CurrentControlSet\Services\EventLog\System\OSPFMib,           TypesSupported,   0x00010001, 0x00000007
  380.  
  381. [Reg-Steelhead]
  382. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\AppleTalk,  EnableIn,                   0x00010003, 1
  383.  
  384. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip,         AllowClientIpAddresses,     0x00010003, 0
  385. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip,         AllowNetworkAccess,         0x00010003, 1
  386. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip,         EnableIn,                   0x00010003, 1
  387. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip,         IpAddress,                  0x00000002, "0.0.0.0"
  388. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip,         IpMask,                     0x00000002, "0.0.0.0"
  389. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ip,         UseDhcpAddressing,          0x00010003, 1
  390.  
  391. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx,        EnableIn,                   0x00010003, 1
  392. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx,        AcceptRemoteNodeNumber,     0x00010003, 1
  393. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx,        AllowNetworkAccess,         0x00010003, 1
  394. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx,        AutoWanNetAllocation,       0x00010003, 1
  395. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx,        FirstWanNet,                0x00010003, 0
  396. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx,        GlobalWanNet,               0x00010003, 1
  397. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Ipx,        LastWanNet,                 0x00010003, 0
  398.  
  399. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Nbf,        EnableIn,                   0x00010003, 1
  400. HKLM, System\CurrentControlSet\Services\RemoteAccess\Parameters\Nbf,        AllowNetworkAccess,         0x00010003, 1
  401.  
  402.  
  403. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F840-C7F5-11D0-A376-00C04FC9DA04}, ConfigClsid, 0, "{1AA7F840-C7F5-11D0-A376-00C04FC9DA04}"
  404. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F840-C7F5-11D0-A376-00C04FC9DA04}, DisplayName, 0, %Radius-Accounting%
  405. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F840-C7F5-11D0-A376-00C04FC9DA04}, Path,        0x00020000, "%%SystemRoot%%\System32\rasrad.dll"
  406. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F840-C7F5-11D0-A376-00C04FC9DA04}, ProviderTypeGUID, 0, "{76560D80-2BFD-11d2-9539-3078302C2030}"
  407. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F840-C7F5-11D0-A376-00C04FC9DA04}, VendorName,  0, %Msft%
  408. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F846-C7F5-11D0-A376-00C04FC9DA04}, ConfigClsid, 0, ""
  409. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F846-C7F5-11D0-A376-00C04FC9DA04}, DisplayName, 0, %Nt-Accounting%
  410. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F846-C7F5-11D0-A376-00C04FC9DA04}, Path,        0x00020000, "%%SystemRoot%%\System32\rasauth.dll"
  411. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F846-C7F5-11D0-A376-00C04FC9DA04}, ProviderTypeGUID, 0, "{76560D81-2BFD-11d2-9539-3078302C2030}"
  412. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers\{1AA7F846-C7F5-11D0-A376-00C04FC9DA04}, VendorName,  0, %Msft%
  413. HKLM, System\CurrentControlSet\Services\RemoteAccess\Accounting\Providers, ActiveProvider, 2, "{1AA7F846-C7F5-11D0-A376-00C04FC9DA04}"
  414.  
  415. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F83F-C7F5-11D0-A376-00C04FC9DA04}, ConfigClsid, 0, "{1AA7F83F-C7F5-11D0-A376-00C04FC9DA04}"
  416. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F83F-C7F5-11D0-A376-00C04FC9DA04}, DisplayName, 0, %Radius-Authentication%
  417. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F83F-C7F5-11D0-A376-00C04FC9DA04}, Path,        0x00020000, "%%SystemRoot%%\System32\rasrad.dll"
  418. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F83F-C7F5-11D0-A376-00C04FC9DA04}, VendorName,  0, %Msft%
  419. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F83F-C7F5-11D0-A376-00C04FC9DA04}, ProviderTypeGUID, 0, "{76560D00-2BFD-11d2-9539-3078302C2030}"
  420. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F841-C7F5-11D0-A376-00C04FC9DA04}, ConfigClsid, 0, ""
  421. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F841-C7F5-11D0-A376-00C04FC9DA04}, DisplayName, 0, %Nt-Authentication%
  422. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F841-C7F5-11D0-A376-00C04FC9DA04}, Path,        0x00020000, "%%SystemRoot%%\System32\rasauth.dll"
  423. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F841-C7F5-11D0-A376-00C04FC9DA04}, VendorName,  0, %Msft%
  424. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers\{1AA7F841-C7F5-11D0-A376-00C04FC9DA04}, ProviderTypeGUID, 0, "{76560D01-2BFD-11d2-9539-3078302C2030}"
  425. HKLM, System\CurrentControlSet\Services\RemoteAccess\Authentication\Providers, ActiveProvider, 2, "{1AA7F841-C7F5-11D0-A376-00C04FC9DA04}"
  426.  
  427. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip,          ConfigClsid, 0,          "58bdf951-f471-11cf-aa67-00805f0c9232"
  428. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip,          ConfigDll,   0,          "ipadmin.dll"
  429. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip,          DllPath,     0x00020000, "%%SystemRoot%%\System32\iprtrmgr.dll"
  430. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip,          ProtocolId,  0x00010001, 0x21
  431. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip,          Title,       0,          %RtrMgr-Ip-DispName%
  432. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, ConfigClsid, 0,          "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}"
  433. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, ConfigDll,   0,          "ipadmin.dll"
  434. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, DllName,     0,          "ipnathlp.dll"
  435. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, Flags,       0x00010001, 0x1
  436. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, ProtocolId,  0x00010001, 0x81372714
  437. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, Title,       0,          %RtrMgr-Ip-AutoDhcp-DispName%
  438. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\AUTODHCP, VendorName,  0,          %Msft%
  439. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, ConfigClsid, 0,          "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}"
  440. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, ConfigDll,   0,          "ipadmin.dll"
  441. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, DllName,     0,          "ipnathlp.dll"
  442. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, Flags,       0x00010001, 0x1
  443. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, ProtocolId,  0x00010001, 0x81372713
  444. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, Title,       0,          %RtrMgr-Ip-DnsProxy-DispName%
  445. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DNSPROXY, VendorName,  0,          %Msft%
  446. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DTP,      ConfigClsid, 0,          "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}"
  447. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DTP,      ConfigDll,   0,          "ipadmin.dll"
  448. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DTP,      DllName,     0,          "ipnathlp.dll"
  449. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DTP,      Flags,       0x00010001, 0x1
  450. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DTP,      ProtocolId,  0x00010001, 0x8137271A
  451. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DTP,      Title,       0,          %RtrMgr-Ip-Dtp-DispName%
  452. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\DTP,      VendorName,  0,          %Msft%
  453. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323,     ConfigClsid, 0,          "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}"
  454. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323,     ConfigDll,   0,          "ipadmin.dll"
  455. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323,     DllName,     0,          "ipnathlp.dll"
  456. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323,     Flags,       0x00010001, 0x1
  457. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323,     ProtocolId,  0x00010001, 0x8137271B
  458. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323,     Title,       0,          %RtrMgr-Ip-H323-DispName%
  459. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\H323,     VendorName,  0,          %Msft%
  460. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT,    ConfigClsid, 0,          "{C2FE450A-D6C2-11D0-A37B-00C04FC9DA04}"
  461. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT,    ConfigDll,   0,          "ipadmin.dll"
  462. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT,    DllName,     0,          "ipnathlp.dll"
  463. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT,    Flags,       0x00010001, 0x0
  464. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT,    ProtocolId,  0x00010001, 0x81372715
  465. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT,    Title,       0,          %RtrMgr-Ip-Nat-DispName%
  466. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ip\IPNAT,    VendorName,  0,          %Msft%
  467. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx,         ConfigClsid, 0,          "58bdf952-f471-11cf-aa67-00805f0c9232"
  468. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx,         ConfigDll,   0,          "ipxadmin.dll"
  469. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx,         DllPath,     0x00020000, "%%SystemRoot%%\System32\ipxrtmgr.dll"
  470. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx,         ProtocolId,  0x00010001, 0x2b
  471. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx,         Title,       0,          %RtrMgr-Ipx-DispName%
  472. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx\IPXRIP,  ConfigDll,   0,          "ipxadmin.dll"
  473. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx\IPXRIP,  DllName,     0,          "ipxrip.dll"
  474. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx\IPXRIP,  ProtocolId,  0x00010001, 0x20000
  475. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx\IPXRIP,  Title,       0,          %RtrMgr-Ipx-Rip-DispName%
  476. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx\IPXSAP,  ConfigDll,   0,          "ipxadmin.dll"
  477. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx\IPXSAP,  DllName,     0,          "ipxsap.dll"
  478. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx\IPXSAP,  ProtocolId,  0x00010001, 0x20001
  479. HKLM, Software\Microsoft\Router\CurrentVersion\RouterManagers\Ipx\IPXSAP,  Title,       0,          %RtrMgr-Ipx-Sap-DispName%
  480. HKLM, Software\Microsoft\Router\CurrentVersion\UiConfigDlls,               58bdf950-f471-11cf-aa67-00805f0c9232, 0, "ifadmin.dll"
  481. HKLM, Software\Microsoft\Router\CurrentVersion\UiConfigDlls,               58bdf951-f471-11cf-aa67-00805f0c9232, 0, "ipadmin.dll"
  482. HKLM, Software\Microsoft\Router\CurrentVersion\UiConfigDlls,               58bdf952-f471-11cf-aa67-00805f0c9232, 0, "ipxadmin.dll"
  483. HKLM, Software\Microsoft\Router\CurrentVersion\UiConfigDlls,               58bdf953-f471-11cf-aa67-00805f0c9232, 0, "ddmadmin.dll"
  484.  
  485. [Reg-RemoteAccess-Params]
  486. HKR, DemandDialManager, DllPath,        0x00020000, "%%SystemRoot%%\System32\mprddm.dll"
  487. HKR, Parameters,        RouterType ,    0x00010003, 0x1
  488. HKR, Parameters,        ServerFlags,    0x00010003, 0x402702
  489. HKR, Parameters,        ServiceDll,     0x00020000, "%%SystemRoot%%\System32\mprdim.dll"
  490. HKR, RouterManagers,    ,               0x10  ;FLG_ADDREG_KEYONLY
  491.  
  492. ; Perfmon
  493. HKR, Performance, Open,    ,        "OpenRasPerformanceData"
  494. HKR, Performance, Close,   ,        "CloseRasPerformanceData"
  495. HKR, Performance, Collect, ,        "CollectRasPerformanceData"
  496. HKR, Performance, Library, 0x20000, "%%SystemRoot%%\System32\rasctrs.dll"
  497.  
  498.  
  499. [Strings]
  500. Msft = "Microsoft"
  501.  
  502. RasCli-DispName             = "Dial-Up Client"
  503. RasMan-DispName             = "Remote Access Connection Manager"
  504. RasSrv-DispName             = "Dial-Up Server"
  505. Steelhead-DispName          = "Steelhead"
  506.  
  507. Snapin-Desc                 = "Routing and Remote Access"
  508. Snapin-Group-Name           = "Administrative Tools"
  509. Snapin-HelpText             = "Use Routing and Remote Access to configure and manage the Routing and Remote Access service."
  510. Nt4RasAdmin-Desc            = "Routing and RAS Admin"
  511. Nt4RasAdmin-Group-Name      = "Administrative Tools"
  512.  
  513. Svc-RasAcd-DispName         = "Remote Access Auto Connection Driver"
  514. Svc-RasAuto-DispName        = "Remote Access Auto Connection Manager"
  515. Svc-RasAuto-Description     = "Creates a connection to a remote network whenever a program references a remote DNS or NetBIOS name or address."
  516. Svc-RasMan-DispName         = "Remote Access Connection Manager"
  517. Svc-RasMan-Description      = "Creates a network connection."
  518. Svc-RemoteAccess-DispName   = "Routing and Remote Access"
  519. Svc-RemoteAccess-Description = "Offers routing services to businesses in local area and wide area network environments."
  520. Svc-IpFilter-DispName       = "IP Traffic Filter Driver"
  521. Svc-IpInIp-DispName         = "IP in IP Tunnel Driver"
  522. Svc-IpNat-DispName          = "IP Network Address Translator"
  523. Svc-IpxFilter-DispName      = "IPX Traffic Filter Driver"
  524. Svc-IpxForwarder-DispName   = "IPX Traffic Forwarder Driver"
  525. Svc-NwSapAgent-DispName     = "SAP Agent"
  526. Svc-SharedAccess-DispName   = "Internet Connection Sharing"
  527. Svc-SharedAccess-Description = "Provides network address translation, addressing, and name resolution services for all computers on your home network through a dial-up connection."
  528.  
  529. RtrMgr-Ip-DispName          = "TCP/IP Routing Manager"
  530. RtrMgr-Ip-AutoDhcp-DispName = "DHCP Allocator"
  531. RtrMgr-Ip-Bootp-DispName    = "DHCP Relay Agent"
  532. RtrMgr-Ip-DnsProxy-DispName = "DNS Proxy Agent"
  533. RtrMgr-Ip-Dtp-DispName      = "DirectPlay Proxy Agent"
  534. RtrMgr-Ip-H323-DispName     = "H.323 Proxy Agent"
  535. RtrMgr-Ip-Igmp-DispName     = "IGMP Version 2, Router and Proxy"
  536. RtrMgr-Ip-Nat-DispName      = "Network Address Translation (NAT)"
  537. RtrMgr-Ip-Ospf-DispName     = "Open Shortest Path First (OSPF)"
  538. RtrMgr-Ip-Rip-DispName      = "RIP Version 2 for Internet Protocol"
  539.  
  540. RtrMgr-Ipx-DispName         = "IPX Routing Manager"
  541. RtrMgr-Ipx-Rip-DispName     = "RIP for IPX"
  542. RtrMgr-Ipx-Sap-DispName     = "SAP for IPX"
  543.  
  544. Nt-Authentication           = "Windows Authentication"
  545. Nt-Accounting               = "Windows Accounting"
  546. Radius-Authentication       = "RADIUS Authentication"
  547. Radius-Accounting           = "RADIUS Accounting"
  548.  
  549. Eap-DispName                = "Smart Card or other Certificate"
  550. Chap-DispName               = "MD5-Challenge"
  551.  
  552. ConnFolderName              = "Network and Dial-up Connections"
  553. ConnFolderSubDir            = "Accessories\Communications"
  554. ConnFolderTip               = "Connects to other computers, networks, or the Internet."
  555.  
  556. CmDefaultCmdKeyName         = "Connection Manager Profile"
  557.  
  558. PEAP-DispName               = "Protected EAP (PEAP)"
  559. EAPMSCHAP-DispName          = "Secured password (EAP-MSCHAP v2)"
  560.